home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_485 / niftyterm / revision.notes < prev    next >
Text File  |  1992-05-06  |  1KB  |  25 lines

  1. New for 1.2:
  2.  
  3. Niftyterm had a memory leak that was causing it to lose 56 bytes on every
  4. keystroke (the disadvantages of having a 7 meg system).  It turns out that 56
  5. bytes is the size of an IntuiMessage structure.  I wasn't replying to Intuition
  6. key up events, hence they were never getting deallocated until the window was
  7. closed.
  8.  
  9. New for 1.1:
  10.  
  11. New switch -v starts up niftyterm with inverse video (also: preference 
  12. niftyterm.inverse) 
  13.  
  14. The default behavior for niftyterm version 1.0 was to strip off the 8th bit of
  15. incoming characters.  The default has been changed so that all 8 bits are used
  16. (allowing characters >127 from the character set to be displayed).  This
  17. default can be overriden by the -7 command line switch, or the niftyterm.pass8
  18. preference.
  19.  
  20. Several major bugs were fixed that were casing niftyterm not to work on some
  21. system configurations.  Memwatch reported that niftyterm was stomping on low
  22. memory.  These bugs have been fixed.  If there are any further problems, please
  23. notify me.
  24.  
  25.